PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFSignatureCalculatorEvent Class / PDFSignatureCalculatorEvent Constructor
The computed hash of the PDF file being signed. The hash is computed using the algorithm specified on the digital signature.
The complete DER encoded content on which the signature is computed. It includes the contentHash and signed attributes.
In This Topic
    PDFSignatureCalculatorEvent Constructor
    In This Topic
    Initializes a new PDFSignatureCalculatorEvent object.
    Syntax
    public PDFSignatureCalculatorEvent( 
       byte[] contentHash,
       byte[] contentToSign
    )

    Parameters

    contentHash
    The computed hash of the PDF file being signed. The hash is computed using the algorithm specified on the digital signature.
    contentToSign
    The complete DER encoded content on which the signature is computed. It includes the contentHash and signed attributes.
    See Also